home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / MAP062E.dcr / 00135_çƒéÊì栁ד¿.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  182 b   |  14 lines

  1. global debug, bank, mm
  2.  
  3. on exitFrame
  4.   if debug = 1 then
  5.     go(the frame + 1)
  6.   else
  7.     if netdone() then
  8.       go(the frame + 1)
  9.     else
  10.       go("End1")
  11.     end if
  12.   end if
  13. end
  14.